home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / screen32.lha / screen-3.2b / NEWS < prev    next >
Text File  |  1992-10-28  |  11KB  |  376 lines

  1. 3.2b (unofficial)
  2. -----------------
  3.  
  4. Fix support for Sequents and SVR3 (SCO).
  5.  
  6.  
  7.  
  8. 3.2a (unofficial)
  9. -----------------
  10. Background: on 5 June 1992 in comp.unix.bsd, Oliver Laumann
  11. (the original author of screen) wrote:
  12.  
  13.     I no longer maintain screen 2.1.  iscreen 3.2 is considered the
  14.     `official' version of screen.
  15.  
  16. 3.2a is 3.2 with changes by djm@gnu.ai.mit.edu (David MacKenzie)
  17. ("unofficial" in the sense that Juergen didn't respond to my mail
  18. asking if he wanted to merge them into his code):
  19.  
  20. Configuration:
  21.  
  22.   Use the standard GNU automatic configuration system, file names,
  23.   and Makefile targets.
  24.  
  25.   Reorganize config.h into two sections: one for site-dependent policy
  26.   decisions, and one for O.S.-dependent features.
  27.  
  28.   Centralize where the pathname of the global screenrc is defined.
  29.   It's now defined in just one place, Makefile.in.
  30.  
  31. Portability:
  32.  
  33.   Move load average code into a 4.4BSD-compatible subroutine and support
  34.   more systems.
  35.  
  36.   Fix AIX pty allocation and tty reopening (mycroft@gnu.ai.mit.edu).
  37.  
  38.   screen didn't compile if UTMPOK wasn't defined, because stripdev
  39.   didn't get compiled in, but screen.c used it unconditionally.
  40.  
  41.   Define NSIG if SVR4 doesn't (Okix).
  42.  
  43.   Make strdup agreeable to HPUX.
  44.  
  45. Documentation:
  46.  
  47.   Clean up duplication of multiple README etc. files.
  48.  
  49.   Fix some errors and omissions in screen.1.
  50.  
  51.   Change crazy defaults in etcscreenrc.
  52.  
  53.  
  54.  
  55. 3.2
  56. ---
  57. Versions 3.1.x of iScreen are potential security risks under SunOS 4.1.1. These
  58. versions fail to detach or terminate the session when the modem line hangs up.
  59. Anyone using telnet or rlogin could (unwillingly) connect to such a session.
  60.  
  61. There are numerous other fixes/enhancements:
  62.  
  63.     * support for NeXT, Apollo, Ultrix, SVR4, SCO, ISC, SGI, bsd386, ...
  64.       added or enhanced. 
  65.     
  66.     * the "dead CTRL-O key" bug is fixed.
  67.     
  68.     * flow control has been redesigned.
  69.     
  70.     * I/O is no longer stripped to 7 bit.
  71.     
  72.     * new commands "hardcopy_append on", "bufferfile /tmp/myown", 
  73.       "(set) refresh off".
  74.       
  75.     * redesign of interrupt passing. The use of "screen -i" is now 
  76.       encouraged.
  77.     
  78.     * overall code cleanup.
  79.  
  80. 3.1.1
  81. ------
  82.  
  83. iScreen is now under the GNU copyleft license. See file COPYING.
  84.  
  85. command line option -A. $LINES, $COLUMNS improved.
  86.  
  87. C-A : vbellwait <sec>
  88.  
  89. XENIX support (Ronald Khoo)
  90.  
  91. SYSV has uname() instead of gethostname().
  92.  
  93. hpux has setresuid.
  94.  
  95. ClearScreen now saves image to scrollback buffer.
  96.  
  97. mips has setenv.
  98.  
  99. numerous bugfixes.
  100.  
  101. 3.1 finally released version.
  102. =============================
  103.  
  104. 3.0.99: last minute changes:
  105. ----------------------------
  106.  
  107. MIPS support (J{rvinen Markku)
  108.  
  109. SVR4 support (Marc Boucher)
  110.  
  111. secopen() secfopen() calls replace stat/access/open.
  112. C-a : echo improved.
  113. 'register int'
  114.  
  115. Changes up to Screen 3.0 Patchlevel 7
  116. =====================================
  117.  
  118. Better terminfo support: Screen now checks if a termcap/info
  119. entry which the name "screen.$TERM" does exist. Look in the
  120. "VIRTUAL TERMINAL" section of the manual for more details.
  121.  
  122. Many security improvements.
  123.  
  124. ScrollRegion() bug fixed which caused slow scrolling if AL
  125. or DL was used.
  126.  
  127. Pyramid and Ultrix support added. (Tim and Larry)
  128.   
  129. ENVIRONMENT support.
  130.   /local/etc/screenrc checks for $SYSSCREENRC
  131.   $HOME/.screenrc checks for $ISCREENRC and $SCREENRC
  132.   /local/screens checks for $ISCREENDIR and $SCREENDIR
  133.   .screenrc understands ${VAR} and $VAR .
  134.  
  135. screen 3.0 Patchlevel 6
  136. =======================
  137.  
  138. .screenrc:
  139.   screen now only opens the windows you explicitly ask for. if you 
  140.   specify none, you still get one window, of course.
  141.  
  142. screen 3.0. Patchlevel 5
  143. ========================
  144.  
  145. Ansi prototyping by Christos.
  146.  
  147. copy mode: CTRL-U / CTRL-D exchanged. code cleanup.
  148.  
  149. changes to screen 3.0 patchlevel 4
  150. ==================================
  151.  
  152. markkeys "string"
  153.   allows to rebind the keys used in copy/history mode.
  154.   string is made up of pairs "<oldchar>=<newchar>" which are separated
  155.   by a colon. Oldchar and newchar are either single ascii characters, 
  156.   or the two character sequence ^x, where x is an ascii character, or
  157.   a 3 digit octal value prepended with '\'. the string "\040=.:^M=q"
  158.   rebinds '.' to set marks, and the return rey will abort copy mode.
  159.  
  160. set scrollback 100
  161.   resizes the scrollback history buffer to 100 lines. a default of 50
  162.   is installed. 
  163.  
  164. A Howard Chu like scrollback history is installed. Many vi-like keys
  165.   are added to the copy mode. The '?' key reports on cursor position.
  166.  
  167. screen 3.0 Patchlevel 3
  168. =======================
  169.  
  170. WriteString fixed, it did kill the display variable.
  171.  
  172. Yet another LP bugfix.
  173.  
  174. non vt100 semi-graphics character support.
  175.  
  176. waynes patch fixed
  177.  
  178. screen 3.0 Patchlevel 2
  179. =======================
  180.  
  181. wayne patches cursor motion outside scrollregions.
  182.  
  183. .screenrc 
  184.   monitor on|off
  185.  
  186. changes in Screen 3.0 Patchlevel 1
  187. ==================================
  188.  
  189. screen -wipe
  190.  
  191. ^A : set vbell_msg "Wuff Wuff"
  192.  
  193. Thousand enhancements: help resizible, copy'n'paste in main
  194.   socket loop, and no more '\0' hackin'. :WS=\E8;%d;%dt:
  195.  
  196. screen can now resize windows under sunview.
  197.  
  198. ^A : set crlf on|off
  199.   effects markroutine join.
  200.  
  201. screen learned about sized windows under X
  202.  
  203. screen -ls (-d) -q
  204.   quiet option. We count the number of detached (attached) sessions and set
  205.   a return value of 10+n. The -q option inhibits all startup
  206.   warnings/messages. i.e. screen -R -q may return with code 12 or higher
  207.   or start a new/old session.
  208.  
  209. pow_detach_msg "text string"
  210.   new command, allows messages, terminal reset, etc. on logout caused
  211.   by pow_detach.
  212.  
  213. ^A : learned a new keyword "set":
  214.   commands like "login on" , "vbell off", ... affect the default for
  215.   windows to be created. But commands like "set login off" affect
  216.   the actual setting of this window. and not the default.
  217.   such commands may be bound to keys. example: 
  218.   bind 'O' set login off
  219.   is valid in your .screenrc as well as typed at the ':' prompt.
  220.   a bonus is ":set all" which is synonym to ":help".
  221.   At the Colon prompt also KeyNames can be entered, alothough that makes
  222.   not always sense.
  223.  
  224. ^A x uses a builtin lockprg, if 
  225.   a) we don't find our lockprg, or
  226.   b) user supplies us with the environmet variable LOCKPRG set to "builtin"
  227.   the builtin locks until your login password is typed. on systems using
  228.   "shadow password files" you are prompted for a password.
  229.  
  230. markroutine can append joined.
  231.  
  232. screen removes the "controlling tty" from utmp while ptys are attached.
  233.  
  234. markroutine performs CR+NL when '\n' is pressed
  235.  
  236. screen may die quietly, when no TERMCAP entry for "screen" is
  237. found, and screen is run under X-windows
  238.  
  239. _SEQUENT_ marks sequent386_ptx
  240.  
  241. screen runs now under SunOS4.1.1 (we need setsid()!).
  242.  
  243. bug in SetForeWindow fixed.
  244.  
  245. rare markroutine bug fixed.
  246.  
  247. we dont open every file the attacher tells us.
  248.  
  249. we have now our wonderful "Wuff, Wuff" visual_bell
  250.  
  251. we have now the interprocess-communication-buffer. secure version.
  252.  
  253. '^A =' removes the interprocess-communication-buffer.
  254.  
  255. markroutine as in 2.1
  256.  
  257. markroutine: 'a' toggles append mode,
  258.              '>' like ' ', but immediately WriteFile(DUMP_EXCHANGE) then.
  259.              'A' like ' ', but first switch to append mode.
  260.  
  261. .screenrc understands "screen 2:faui09 rlogin faui09 -l jnweiger"
  262.                   and "password none"
  263.                   and "vbell [on|off]"
  264.  
  265. '^A :' allows .screenrc commands "online".
  266.  
  267. screen now receives new $TERM from attacher, when it is reattached 
  268.  
  269. MakeClientSocket() fifo version does now test for access.
  270.  
  271. .screenrc learns "hardstatus {on|off}"
  272.  
  273. termcap's VB is used for vbell if available.
  274.  
  275. Attach() code rewritten:
  276.     screen now lists socket directory, if it does not find a suitable socket
  277.     screen -d [host.tty] detaches a running screen. 
  278.  
  279. screen -[ls|list]
  280.     list all sockets that we find in our sockdir
  281.  
  282. when the socket has been removed, send a SIGCHLD to the poor SCREEN 
  283. process and it will try to recover. then try a 'screen -r' again.
  284. all the socket stuff lives now in an extra file.
  285.  
  286. Major changes in version 2.4:
  287. =============================
  288.  
  289. *  Test version that presents the erlangen extensions from 2.0 in a 2.3
  290.    screen.
  291.  
  292. *  window resize support
  293.  
  294. *  screen locking C-a x
  295.  
  296. *  support for SYSV
  297.  
  298. *  password protection
  299.  
  300. *  copy & paste across screens
  301.  
  302. *  remote detach and power detach
  303.  
  304. Major changes in version 2.3:
  305.  
  306. *  Terminal emulation has been significantly enhanced and bugfixed.
  307.  
  308. *  We now fully update the last character on the screen for true auto-
  309.    margin terminals, though there may be some delay before the character
  310.    can be safely added to the screen.  If your terminal has character
  311.    insert it will be used to shorten the delay.
  312.  
  313. *  Added the "termcap" .screenrc command to tweak your terminal's termcap
  314.    entry AND to customize the termcap generated for the virtual terminals.
  315.    See also the -L and -O command-line options, and the SCREENCAP environ-
  316.    ment variable.
  317.  
  318. *  Fixed screen's character handling when detached or suspended to NOT block
  319.    the child processes in their windows -- output continues to be processed
  320.    in the background.
  321.  
  322. *  Added a.k.a.s (window-name aliases) that allow you to customize the
  323.    window-information line, including being able to change the name on-
  324.    the-fly to reflect what's currently running in the window (see the
  325.    -k option, shellaka command, and ALSO KNOWN AS discussion in the doc).
  326.  
  327. *  Added the ability to log the output of a window to a file (see the
  328.    "C-a H" (log) command).
  329.  
  330. *  Flow-control can now be set for each window and switched interactively
  331.    (see the "flow" command, -f option, and FLOW CONTROL discussion).
  332.  
  333. *  Individual windows can be included or excluded from mention in the
  334.    /etc/utmp file (see the "login" command and -l option).
  335.  
  336. *  Added an activity monitor, which allows you to have a window watched for
  337.    the start of any output and alert you when it occurs (see the "C-a M"
  338.    (monitor) command).
  339.  
  340. *  Enhanced the information in the window-information line to keep track of
  341.    windows that have: logging turned on '(L)'; beeped in the background '!';
  342.    became active while being monitored '@' (see the "C-a w" (windows) command).
  343.  
  344. *  Added an on-line help display that lists all the commands and their
  345.    key bindings (see the "C-a ?" (help) command).
  346.  
  347. *  Extended handling of the beep message (and also the new activity message)
  348.    to allow '~' to specify a literal beep (see the "beep" and "activity"
  349.    .screenrc commands).
  350.  
  351. *  You can now set the default action on receipt of a hangup signal:  detach
  352.    or terminate (see the "autodetach" .screenrc command).
  353.  
  354. *  Routing of characters to their virtual terminals has been enhanced to
  355.    not drop characters nor (in rare circumstances) hang up screen.
  356.  
  357. *  The NFS compatibility has been enhanced.
  358.  
  359. Major changes in version 2.0a:
  360.  
  361. *  Screen allows you to `detach' the "screen" session from the physical
  362.    terminal and resume it at a later point in time (possibly on a
  363.    different terminal or in a different login session).
  364.  
  365.   To get an impression of this functionality do the following:
  366.  
  367.      - call "screen" and create a couple of windows
  368.      - type Control-A Control-D (screen terminates; you are back
  369.        in the shell)
  370.      - call "screen -r" to resume the detached screen
  371.  
  372. *  Screen supports multiple character sets and the ISO 2022 control
  373.    functions to designate and switch between character sets.
  374.    This allows you, for instance, to make use of the VT100 graphics
  375.    character set or national character sets.
  376.